counta workspaceの更新をwatchmedoで自動化する
scbファイルのディレクトリを ${scb_notes}、workspaceファイルを「俺のCounter.scb」とする
code:terminal
$ cd (counta.pyのあるディレクトリ)
$ watchmedo shell-command -W --recursive --pattern '${scb_notes}/俺のCounter.scb' --command 'python counta.py -d ${scb_notes} -i 俺のCounter.scb' ${scb_notes}
これでworkspaceが更新されるたびに自動でCountaが走るようになった sta.iconあ、これ、Tritaskとかにも使えるんじゃね?